﻿.area {
    margin: 0 auto;
    background-color: #fbfbfb;
    width: 100%;
}

.bigImg:hover {
    transform: scale(1.1,1.1);
}



.product_item {
    width: 360px;
    border: 0px;
    padding: 10px;
    position: relative;
}

    .product_item img {
        width: 100%;
    }

    .product_item div {
        line-height: 60px;
        width: 360px;
        font-size: 20px;
        color: #fff;
        text-align: center;
        background: rgba(0,0,0,0.5);
        position: absolute;
        left: 10px;
        bottom: 10px;
    }

.content {
    width: 100%;
}


.content_padding {
    text-align: center;
    width: 1200px;
    margin: 0px auto;
    padding-top: 50px;
}

.content_title {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 80px
}

.content_sub_title {
    font-size: 15px;
    color: #808080;
    height: 30px
}

.content_info {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cust_item {
    width: 200px;
    border: 0px;
    padding: 10px;
    text-align:left;
    margin:10px;
}

    .cust_item img {
    
    height:35px;
    
    }

.content_info ul li {
    width: 16.43%;
    *width: 16.64%;
    height: auto;
    float: left;
}

.first {
    height: auto;
    margin: 0px 10px;
}

.text {
    width: 100%;
    height: auto;
}


    .text span {
        height: 32px;
        line-height: 32px;
        display: block;
        text-indent: 20px;
        margin-left: 40px;
        color: #4e4e4e;
        font-size: 12px;
        background: url(../img/point.png) no-repeat 0px 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


.content_info p {
    line-height: 30px;
    text-align: left;
    text-indent: 2em;
}


.content_more {
    height: 80px;
    line-height: 80px;
    vertical-align: middle
}
